Skip to content

feat: add renderer pipeline support to manifest generation in#483

Merged
michaeljguarino merged 19 commits intomainfrom
john/prod-3699-add-renderer-pipeline-support-to-manifest-generation-in
Feb 9, 2026
Merged

feat: add renderer pipeline support to manifest generation in#483
michaeljguarino merged 19 commits intomainfrom
john/prod-3699-add-renderer-pipeline-support-to-manifest-generation-in

Conversation

@JohnBlackwell
Copy link
Contributor

@JohnBlackwell JohnBlackwell commented Jul 8, 2025

Test Plan

Test environment: https://console.plrl-dev-aws.onplural.sh/

Checklist

  • I have added a meaningful title and summary to convey the impact of this PR to a user.
  • I have deployed the agent to a test environment and verified that it works as expected.
    • Agent started successfully.
    • Logs are clean and do not contain errors.
    • Component trees are working as expected.
  • I have added tests to cover my changes.
  • If required, I have updated the Plural documentation accordingly.

@JohnBlackwell JohnBlackwell requested a review from a team as a code owner July 8, 2025 16:29
@linear
Copy link

linear bot commented Jul 8, 2025

@github-actions github-actions bot added the size/L label Jul 8, 2025
@JohnBlackwell JohnBlackwell changed the title John/prod 3699 add renderer pipeline support to manifest generation in feat: add renderer pipeline support to manifest generation in Jul 8, 2025
@github-actions github-actions bot added size/XL and removed size/L labels Aug 18, 2025
Copy link
Contributor

@github-advanced-security github-advanced-security bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Trivy found more than 20 potential problems in the proposed changes. Check the Files changed tab for more details.

@michaeljguarino
Copy link
Member

You need to make sure the pr checks pass (its our way of ensuring the code has been tested e2e before merge)

@JohnBlackwell JohnBlackwell force-pushed the john/prod-3699-add-renderer-pipeline-support-to-manifest-generation-in branch from 2fdeb2d to 8967428 Compare January 14, 2026 16:54

allManifests = append(allManifests, manifests...)
slices.Reverse(allManifests)
allManifests = lo.UniqBy(allManifests, func(item unstructured.Unstructured) string {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

doing this w/in the loop is going to make the operation O(n^2), you should do it after (and probably only if len(renderers) > 0)

@michaeljguarino michaeljguarino merged commit 8e95742 into main Feb 9, 2026
146 of 164 checks passed
@michaeljguarino michaeljguarino deleted the john/prod-3699-add-renderer-pipeline-support-to-manifest-generation-in branch February 9, 2026 18:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Comments